home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / COM / MacWebLint 1.014 folder.sit / MacWebLint 1.014 folder / MacWebLint-1.014 / rc.new < prev    next >
Text File  |  1996-02-04  |  1KB  |  23 lines

  1. # ========================================================================
  2. # Warnings added in the 1.014 release
  3. # ========================================================================
  4.  
  5. #------------------------------------------------------------------------
  6. # Warn if a heading is closed with a different level close tag than
  7. # the heading was opened with. For example:
  8. #    <H2>... blah blah ...</H1>
  9. #------------------------------------------------------------------------
  10. enable heading-mismatch
  11.  
  12. #------------------------------------------------------------------------
  13. # Warn if text is seen in unexpected context, such as inside a UL element
  14. # (rather than inside an LI, which is inside a UL. Or in the HEAD element.
  15. #------------------------------------------------------------------------
  16. enable bad-text-context
  17.  
  18. #------------------------------------------------------------------------
  19. # Warn about illegal attribute values, such as values in the wrong format.
  20. #------------------------------------------------------------------------
  21. enable attribute-format
  22.  
  23.